VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / PropertyValueHolder<TObject,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PropertyValueHolder<TObject,TValue> Class
    In This Topic
    Saves property value when class instance is created and restores property value when class instance is disposed.
    Object Model
    PropertyValueHolder<TObject,TValue>
    Syntax
    'Declaration
    
    Public MustInherit Class PropertyValueHolder
         (Of TObject
    The type of the object.
    , TValue
    The type of the value.
    )
    public abstract class PropertyValueHolder<TObject,TValue>
    
    
    public __gc abstract class PropertyValueHolder<TObject,TValue>
    
    
    generic<typename TObject>
    generic<typename TValue>
    public ref class PropertyValueHolder abstract
    
    

    Type Parameters

    TObject
    The type of the object.
    TValue
    The type of the value.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Utils.PropertyValueHolder<TObject,TValue>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also